|
void | bringLayerToFront () noexcept |
| Brings the layer on top of all the other layers on a screen. More...
|
|
void | bringSurfaceToFront () noexcept |
| Brings the surface on top of all the other surfaces in a layer. More...
|
|
bool | bringToFront () noexcept override |
| WindowedGraphicsOutput::bringToFront() implementation. More...
|
|
KZ_NO_DISCARD optional< void * > | createImage (int target, void *data, int *attributes) noexcept override |
| GLGraphicsOutput::createImage() implementation. More...
|
|
| DefaultWaylandIVIEGLGraphicsOutput (const DefaultWaylandIVIEGLGraphicsOutputProperties &properties) |
| Constructor. More...
|
|
| DefaultWaylandIVIEGLGraphicsOutput (const DefaultWaylandIVIEGLGraphicsOutput &)=delete |
| Copy constructor. More...
|
|
| DefaultWaylandIVIEGLGraphicsOutput (DefaultWaylandIVIEGLGraphicsOutput &&) noexcept=delete |
| Move constructor. More...
|
|
bool | destroyImage (void *image) noexcept override |
| GLGraphicsOutput::destroyImage() implementation. More...
|
|
bool | dispatch () const noexcept |
| Dispatches queued Wayland events. More...
|
|
bool | dispatchPending () const noexcept |
| Dispatches queued Wayland events. More...
|
|
void | eventNotification (const WaylandEvent &event) noexcept override |
| AbstractDefaultWaylandContext::eventNotification() implementation. More...
|
|
void | gatherEvents (EventQueue &queue) override |
| EventSource::gatherEvents() implementation. More...
|
|
KZ_NO_DISCARD optional< SurfaceColorSpace > | getColorSpace () const noexcept override |
| GLGraphicsOutput::getColorSpace() implementation. More...
|
|
KZ_NO_DISCARD optional< GraphicsContextAPI > | getGraphicsContextAPI () const noexcept override |
| GLGraphicsOutput::getGraphicsContextAPI() implementation. More...
|
|
KZ_NO_DISCARD int | getLayerPositionX () const noexcept |
| Gets the X coordinate of a layer. More...
|
|
KZ_NO_DISCARD int | getLayerPositionY () const noexcept |
| Gets the Y coordinate of a layer. More...
|
|
KZ_NO_DISCARD optional< void * > | getNativeContextHandle () const noexcept override |
| GLGraphicsOutput::getNativeContextHandle() implementation. More...
|
|
KZ_NO_DISCARD optional< void * > | getNativeDisplayHandle () const noexcept override |
| GLGraphicsOutput::getNativeDisplayHandle() implementation. More...
|
|
KZ_NO_DISCARD optional< NativeEventHandle > | getNativeEventHandle () const noexcept override |
| EventSource::getNativeEventHandle() implementation. More...
|
|
KZ_NO_DISCARD optional< void * > | getNativeSurfaceHandle () const noexcept override |
| GLGraphicsOutput::getNativeSurfaceHandle() implementation. More...
|
|
KZ_NO_DISCARD optional< NativeWindowHandle > | getNativeWindowHandle () const noexcept override |
| WindowedGraphicsOutput::getNativeWindowHandle() implementation. More...
|
|
KZ_NO_DISCARD GLProcPointer | getProcAddress (string_view functionName) override |
| GLGraphicsOutput::getProcAddress() implementation. More...
|
|
KZ_NO_DISCARD windowing::Size | getResolution () const noexcept |
| Gets the resolution of a screen. More...
|
|
KZ_NO_DISCARD optional< SurfaceClientAPI > | getSurfaceClientAPI () const noexcept override |
| GLGraphicsOutput::getSurfaceClientAPI() implementation. More...
|
|
KZ_NO_DISCARD int | getSurfacePositionX () const noexcept |
| Gets the X coordinate of a surface. More...
|
|
KZ_NO_DISCARD int | getSurfacePositionY () const noexcept |
| Gets the Y coordinate of a surface. More...
|
|
KZ_NO_DISCARD Matrix4x4 | getTargetTransformation () const noexcept override |
| GLGraphicsOutput::getTargetTransformation() implementation. More...
|
|
KZ_NO_DISCARD const WaylandDisplay & | getWaylandDisplay () const noexcept |
| Gets the WaylandDisplay. More...
|
|
KZ_NO_DISCARD optional< unsigned int > | getWindowHeight () const noexcept override |
| WindowedGraphicsOutput::getWindowHeight() implementation. More...
|
|
KZ_NO_DISCARD optional< int > | getWindowPositionX () const noexcept override |
| WindowedGraphicsOutput::getWindowPositionX() implementation. More...
|
|
KZ_NO_DISCARD optional< int > | getWindowPositionY () const noexcept override |
| WindowedGraphicsOutput::getWindowPositionY() implementation. More...
|
|
KZ_NO_DISCARD optional< string > | getWindowTitle () const noexcept override |
| WindowedGraphicsOutput::getWindowTitle() implementation. More...
|
|
KZ_NO_DISCARD optional< unsigned int > | getWindowWidth () const noexcept override |
| WindowedGraphicsOutput::getWindowWidth() implementation. More...
|
|
void | hideLayer () noexcept |
| Hides a layer. More...
|
|
void | hideSurface () noexcept |
| Hides a surface. More...
|
|
bool | hideWindow () noexcept override |
| WindowedGraphicsOutput::hideWindow() implementation. More...
|
|
bool | makeCurrent () override |
| GLGraphicsOutput::makeCurrent() implementation. More...
|
|
bool | makeFullscreen () noexcept override |
| WindowedGraphicsOutput::makeFullscreen() implementation. More...
|
|
void | makeLayerMaximized () noexcept |
| Sets a layer to take up an entire screen. More...
|
|
bool | makeMaximized () noexcept override |
| WindowedGraphicsOutput::makeMaximized() implementation. More...
|
|
bool | makeMinimized () noexcept override |
| WindowedGraphicsOutput::makeMinimized() implementation. More...
|
|
bool | makeRegular () noexcept override |
| WindowedGraphicsOutput::makeRegular() implementation. More...
|
|
void | makeSurfaceMaximized () noexcept |
| Sets a surface to take up an entire layer. More...
|
|
void | modeChangeNotification (int width, int height, int refresh) noexcept override |
| AbstractDefaultWaylandContext::modeChangeNotification() implementation. More...
|
|
void | moveLayer (int positionX, int positionY) noexcept |
| Moves a layer to the specified coordinates. More...
|
|
void | moveSurface (int positionX, int positionY) noexcept |
| Moves a surface to the specified coordinates. More...
|
|
bool | moveWindow (int positionX, int positionY) noexcept override |
| WindowedGraphicsOutput::moveWindow() implementation. More...
|
|
DefaultWaylandIVIEGLGraphicsOutput & | operator= (const DefaultWaylandIVIEGLGraphicsOutput &)=delete |
| Copy assignment operator. More...
|
|
DefaultWaylandIVIEGLGraphicsOutput & | operator= (DefaultWaylandIVIEGLGraphicsOutput &&) noexcept=delete |
| Move assignment operator. More...
|
|
bool | registerFrameCallback (function< void()> &callback) noexcept |
| Registers a frame callback in Wayland. More...
|
|
void | registryAddedNotification (uint32_t name, const char *interfaceName, uint32_t version) noexcept override |
| AbstractDefaultWaylandContext::registryAddedNotification() implementation. More...
|
|
bool | releaseCurrent () override |
| GLGraphicsOutput::releaseCurrent() implementation. More...
|
|
bool | resize (unsigned int width, unsigned int height) noexcept override |
| WindowedGraphicsOutput::resize() implementation. More...
|
|
bool | resizeEGLWindow (int width, int height) noexcept |
| Changes EGLWindow dimensions. More...
|
|
void | resizeIVILayer (int width, int height) noexcept |
| Changes layer dimensions. More...
|
|
void | resizeIVIWMSurface (int width, int height) noexcept |
| Changes surface dimensions. More...
|
|
void | resizeNotification (int windowWidth, int windowHeight) noexcept override |
| AbstractDefaultWaylandContext::resizeNotification() implementation. More...
|
|
bool | resizeWindow (unsigned int width, unsigned int height) noexcept override |
| WindowedGraphicsOutput::resizeWindow() implementation. More...
|
|
void | seatCapabilitiesNotification (uint32_t capabilities) noexcept override |
| AbstractDefaultWaylandContext::seatCapabilitiesNotification() implementation. More...
|
|
void | setLayerOpacity (double opacity) noexcept |
| Sets the opacity of a layer. More...
|
|
void | setSurfaceOpacity (double opacity) noexcept |
| Sets the opacity of a surface. More...
|
|
bool | setWindowTitle (string_view title) noexcept override |
| WindowedGraphicsOutput::setWindowTitle() implementation. More...
|
|
void | showLayer () noexcept |
| Shows a layer. More...
|
|
void | showSurface () noexcept |
| Shows a surface. More...
|
|
bool | showWindow () noexcept override |
| WindowedGraphicsOutput::showWindow() implementation. More...
|
|
bool | swapBuffers () override |
| GLGraphicsOutput::swapBuffers() implementation. More...
|
|
bool | swapInterval (int interval) override |
| GLGraphicsOutput::swapInterval() implementation. More...
|
|
void | updateCache (int width, int height) noexcept |
| Updates the target layout area size. More...
|
|
| ~DefaultWaylandIVIEGLGraphicsOutput () override |
| Destructor. More...
|
|
KZ_NO_DISCARD Vector2 | getDpi () const noexcept |
| Returns the resolution of the target coordinate system in dots per inch. More...
|
|
KZ_NO_DISCARD unsigned int | getHeight () const noexcept |
| Returns the height of layout area in the target coordinate system. More...
|
|
KZ_NO_DISCARD unsigned int | getWidth () const noexcept |
| Returns the width of layout area in the target coordinate system. More...
|
|
virtual | ~GraphicsOutput ()=default |
| Destructor. More...
|
|
virtual | ~EventSource ()=default |
| Destructor. More...
|
|
virtual | ~GLGraphicsOutput ()=default |
| Destructor. More...
|
|
virtual | ~WindowedGraphicsOutput ()=default |
| Destructor. More...
|
|
| AbstractDefaultWaylandContext ()=default |
| Constructor. More...
|
|
| AbstractDefaultWaylandContext (const AbstractDefaultWaylandContext &)=delete |
| Copy constructor. More...
|
|
| AbstractDefaultWaylandContext (AbstractDefaultWaylandContext &&) noexcept=delete |
| Move constructor. More...
|
|
AbstractDefaultWaylandContext & | operator= (const AbstractDefaultWaylandContext &)=delete |
| Copy assignment operator. More...
|
|
AbstractDefaultWaylandContext & | operator= (AbstractDefaultWaylandContext &&) noexcept=delete |
| Move assignment operator. More...
|
|
virtual | ~AbstractDefaultWaylandContext ()=default |
| Destructor. More...
|
|
Class that represents the default Wayland IVI EGL graphics output.
- Since
- Kanzi 3.9.8
- See also
- AbstractDefaultWaylandContext for Wayland-specific callbacks.